GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / IsAnnotationVisibleAt Method





In This Topic
IsAnnotationVisibleAt Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(189)>
Function IsAnnotationVisibleAt( _
   ByVal AnnotationIdx As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Boolean
[DispId(189)]
bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
)
function IsAnnotationVisibleAt( 
    AnnotationIdx: Integer;
    X: Integer;
    Y: Integer
): Boolean; 
DispIdAttribute(189)
function IsAnnotationVisibleAt( 
   AnnotationIdx : int,
   X : int,
   Y : int
) : boolean;
[DispId(189)]
bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
) 
[DispId(189)]
bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
) 

Parameters

AnnotationIdx
X
Y
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members